github.com/andybalholm/brotli/matchfinder.ZDFast.hashShort (method)

5 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		zdfast.go#L100: 			nextHashS := z.hashShort(cv)
		zdfast.go#L214: 		z.table[z.hashShort(cv0)] = te0
		zdfast.go#L215: 		z.table[z.hashShort(cv1)] = te1
		zdfast.go#L224: 			nextHashS := z.hashShort(cv)
		zdfast.go#L252: func (z *ZDFast) hashShort(u uint64) uint32 {